[pygtk[ get current keyval
Posted
by sterh
on Stack Overflow
See other posts from Stack Overflow
or by sterh
Published on 2010-03-20T13:27:11Z
Indexed on
2010/03/20
13:31 UTC
Read the original article
Hit count: 561
pygtk
Hi to all, In C/gtk code i have variable keyval and code:
gint keyval = get_current_keyval();
in keyval i have current key code value. I need in the same function, but in pygtk. Where can i fount this finction?
Thank you.
© Stack Overflow or respective owner